home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Indispensables / Movie Collection / MovieCollection5403.exe / {app} / MovieCollection.exe / 0 / RCDATA / TDTMSENDMAIL / TDTMSENDMAIL.txt
Text File  |  2005-08-08  |  592b  |  32 lines

  1. object dtmSendMail: TdtmSendMail
  2.   OldCreateOrder = False
  3.   Left = 502
  4.   Top = 342
  5.   Height = 275
  6.   Width = 346
  7.   object IdMessage: TIdMessage
  8.     AttachmentEncoding = 'MIME'
  9.     BccList = <>
  10.     CCList = <>
  11.     Encoding = meMIME
  12.     Recipients = <>
  13.     ReplyTo = <>
  14.     Left = 32
  15.     Top = 67
  16.   end
  17.   object IdSMTP: TIdSMTP
  18.     MaxLineAction = maException
  19.     ReadTimeout = 0
  20.     Port = 25
  21.     AuthenticationType = atNone
  22.     Left = 32
  23.     Top = 16
  24.   end
  25.   object thrdMail: TIdThreadComponent
  26.     OnException = thrdMailException
  27.     OnRun = thrdMailRun
  28.     Left = 136
  29.     Top = 56
  30.   end
  31. end
  32.